All apis of RoomPanel
GSC357X
| method | description |
|---|---|
public static boolean startConfReservation(int time); |
Conference room start meeting. Use the current time as the start time for the meeting, and add time minutes to the current time as the end time, change the conference room status to occupied.
Params:Return:boolean Start meeting result. The idle state returns true, and the occupied state returns false.Supported Products:GSC3574, GSC3575 |
public static boolean extendConfReservation(int time); |
Conference room extend meeting. The end time of the current meeting is extended by time minutes.
Params:Return:boolean Extend meeting result. The idle state returns false, and the occupied state returns true.Supported Products:GSC357X |
public static boolean endConfReservation(); |
Conference room end meeting. Clear the meeting start time and end time, and change the conference room status to idle.
Return:boolean End meeting result. The idle state returns false, and the occupied state returns true.Supported Products:GSC357X |
public static ConfReservation getConfReservationInfo(); |
Get conference room reservation info. The current time exceeds the end time of the meeting, and the reservation information for the meeting room will not be updated. You need to call the hangupConfReservation interface to end the meeting.
Return:ConfReservation Conference room reservation info.Supported Products:GSC357X |
| Member | description |
|---|